home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-09 | 1.1 KB | 39 lines | [TEXT/MPS ] |
- // File: HelloStr.fr
- //
- // Contains: Common (Platform independent) resources for Hello part
- //
- // Copyright: © 1995 by Apple Computer, Inc., all rights reserved.
-
- #ifndef FWRESFIL_K
- #include "FWResFil.k"
- #endif
-
- #ifndef HELLODEF_H
- #include "HelloDef.h"
- #endif
-
- //----------------------------------------------------------------------------
- // Strings for Hello Menu
- //----------------------------------------------------------------------------
- resource FW_kMULTISTRING (kHelloPartStrings)
- {
- kHelloMenuString, "Hello";
- kFirstMenuString, "Greetings";
- kSecondMenuString, "Regards";
- kFirstString, "Welcome to ODF";
- kSecondString, "Farewell to ";
- kMacString, "you";
- kWinString, "you";
- kBlankString, "This part intentionally left blank";
- }
-
- //----------------------------------------------------------------------------
- // Strings for About box
- //----------------------------------------------------------------------------
- resource FW_kMULTISTRING (kAboutBoxStrings)
- {
- kAboutMenuString, "About Hello...";
- kHelloPartString, "Hello Part";
- kCreditString, "Created with PartMaker";
- }
-